home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / ds.src < prev    next >
Text File  |  1991-02-21  |  325b  |  13 lines

  1. %%HP: T(3)A(D)F(.);
  2. @ Directory Sorter
  3. @ by Joseph K. Horn
  4. @ Requires James Donnelly's Tool Library (commercial software)
  5. @  and Charles Jess's LISP (on this disk).
  6. @ Just run it; the current directory will be alphabetized.
  7. \<< VARS
  8.   \<< \->STR
  9.   \>> LISP OBJ\-> QSORT \->LIST
  10.   \<< OBJ\->
  11.   \>> LISP ORDER
  12. \>>
  13.